Skip to content

Conversation

@yuehua-s
Copy link
Contributor

No description provided.

@genedna genedna requested a review from Copilot October 13, 2025 01:47
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes the CPU and memory resource requirements and limits from the llamafactory and verl Kubernetes configurations, commenting them out while keeping the GPU resource specifications intact.

  • Commented out CPU and memory resource limits and requests for both configurations
  • Retained nvidia.com/gpu resource specifications unchanged

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
incubator/verl-on-tke/values.yaml Commented out CPU and memory resource limits/requests
incubator/llama-factory-on-tke/values.yaml Commented out CPU and memory resource limits/requests

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines +100 to +105
# cpu: ""
# memory: ""
nvidia.com/gpu: "1"
requests:
cpu: "20"
memory: 400Gi
# cpu: ""
# memory: ""
Copy link

Copilot AI Oct 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commented CPU and memory resource specifications contain empty strings. Consider removing these empty values or providing placeholder examples like '# cpu: "40"' to maintain clarity about expected format.

Copilot uses AI. Check for mistakes.
Comment on lines +97 to +102
# cpu: ""
# memory: ""
nvidia.com/gpu: "1"
requests:
cpu: "20"
memory: 400Gi
# cpu: ""
# memory: ""
Copy link

Copilot AI Oct 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commented CPU and memory resource specifications contain empty strings. Consider removing these empty values or providing placeholder examples like '# cpu: "40"' to maintain clarity about expected format.

Copilot uses AI. Check for mistakes.
@pavlelee
Copy link
Collaborator

lgtm

@pavlelee pavlelee merged commit 991a135 into tkestack:main Oct 13, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants